const crypto/tls.signatureECDSA
7 uses
crypto/tls (current package)
auth.go#L24: case signatureECDSA:
auth.go#L105: sigType = signatureECDSA
auth.go#L136: return signatureECDSA, crypto.SHA1, nil
common.go#L187: signatureECDSA
handshake_client.go#L1080: case signatureECDSA, signatureEd25519:
key_agreement.go#L148: if sigType == signatureECDSA {
prf.go#L242: if sigType == signatureECDSA {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |